allowExtraStreamUriWithAuthority
open fun allowExtraStreamUriWithAuthority(@NonNull uriAuthority: String): IntentSanitizer.Builder(source)
Allows an extra member with the key Intent.EXTRA_STREAM. The value type has to be URI and the authority matches the given parameter. In order to use this method, user has to be explicitly allow the FLAG_GRANT_READ_URI_PERMISSION flag. Otherwise, it will trigger penalty during sanitization. This method can be called multiple times and the result is additive. They will not overwrite each other.
Return
this builder.
Parameters
uriAuthority
the given URI authority.